var encoding/xml.unmarshalerAttrType

3 uses

	encoding/xml (current package)
		read.go#L258: 	if val.CanInterface() && val.Type().Implements(unmarshalerAttrType) {
		read.go#L265: 		if pv.CanInterface() && pv.Type().Implements(unmarshalerAttrType) {
		read.go#L309: 	unmarshalerAttrType = reflect.TypeFor[UnmarshalerAttr]()